ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexRadar<T> Class / AxisX Property

In This Topic
    AxisX Property (FlexRadar<T>)
    In This Topic
    Gets the main X axis.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AxisX As ChartAxis(Of T)
    public ChartAxis<T> AxisX {get;}
    See Also